Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/009-sound board/

index.html /cody/solygambas/html-css-javascript-projects/009-sound board/index.html
449 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/solygambas/html-css-javascript-projects/009-sound board/script.js
287 Views
0 Comments
const sounds = ["applause", "boo", "gasp", "tada", "victory", "wrong"];
const buttons = document.getElementById("buttons");

con
sounds /cody/solygambas/html-css-javascript-projects/009-sound board/sounds/
6 Items
  • applause.mp3
  • boo.mp3
  • gasp.mp3
  • tada.mp3
  • victory.mp3
  • wrong.mp3
  • style.css /cody/solygambas/html-css-javascript-projects/009-sound board/style.css
    222 Views
    0 Comments
    @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");

    * {
    box-sizing: border-box;
    }

    bod